home *** CD-ROM | disk | FTP | other *** search
- #
- # sample init.rc
- #
- # first, set the correct path
- #
- setenv MINT d:\mint
- setenv PATH c:\bin,c:\gnu\bin,$MINT\util,$MINT\mgr\bin,$MINT\mgr\demos\bin
- #
- # next, set some general variables
- #
- setenv TEMP m:
- setenv TMPDIR m:
- setenv TZ PST8PDT
- setenv HOME c:\apratt
- setenv SHELL $MINT\init.prg
- #
- # next, set specific variables for the gcc and make
- #
- setenv GCCEXEC c:\gnu\bin\gcc-
- setenv GNULIB $MINT\mntlib7\lib
- setenv GNUINC $MINT\mntlib7\include
- #
- setenv MACPATH c:\alcyon\include
- setenv ALNPATH c:\alcyon\lib
- setenv ALCPATH c:\alcyon\
-
- setenv USER apratt
- setenv RTSPATCH c:\bin\patch.prg
- setenv RTSDIFF c:\bin\diff.prg
- setenv RTSCO c:\bin\co.prg
-
- setenv RCSCO c:\bin\xco.prg
- setenv RCSDIFF c:\bin\rdiff.prg
- setenv RCSTMP m:\
-
- setenv PROMPT 'test> '
-
- setenv DEFAULT_FONT $MINT\mgr\font\gal7x11r.fnt
- setenv MGRFONT $MINT\mgr\font
- setenv MGRICON $MINT\mgr\icon
-
- #
- # MWC stuff
- #
- # The quotes protect $PATH from being expanded until you execute this.
- #
-
- alias mwc "setenv PATH c:\mwc\lib,c:\mwc\bin,c:\bin,c:\gnu\bin,$MINT\util,$MINT\mgr\bin,$MINT\mgr\demos\bin"
- setenv LIBPATH c:\mwc\lib,c:\mwc\bin
- setenv INCDIR c:\mwc\include
-
- #
- # now set up some aliases
- #
-
- alias ls ls -F
- alias cp cp -a -t
- alias szslow sz -l 128 -L 128
- alias lim limit -m 2048k -M 2048k
- alias pwd cd
- alias domake "make -n >xmake.bat"
- alias ps ls -ll x:
-
- #
- # MGR aliases
- #
-
- alias inv echo -n S
- alias clear "echo -n ''"
- alias b echo -n s
- alias xdd half vt52 dd
-
- #
- # OK, now that everything's set up, run whatever programs we want to start
- #
-